machine code
英 [məˈʃiːn kəʊd]
美 [məˈʃiːn koʊd]
n. 机器码
牛津词典
noun
- 机器码
a code in which instructions are written in the form of numbers so that a computer can understand and act on them
柯林斯词典
- 计算机语言;机器代码
Machine codeis a way of expressing instructions and information in the form of numbers which can be understood by a computer or microchip.
英英释义
noun
- a set of instructions coded so that the computer can use it directly without further translation
双语例句
- The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。 - A program that translates a command or operation code into machine code.
把命令或操作代码转换为机器代码的程序。 - Aside from creating i386-specific codes for small operations, Psyco caches this compiled machine code for later reuse.
除为小型操作创建特定于i386的代码之外,Psyco还高速缓存这个已编译的机器码以备今后重用。 - Reflection is also known as self-modifying code, especially at the machine code and assembly language levels.
反思也被称为自修改代码,特别是在机器代码和汇编语言的水平。 - Point two: Every language, even machine code, has parts whose assembly can be organized and arranged using reasoning about both business and technical objectives, which relates to the first point.
第二:每种语言,即使是机器码,都有一些组件部分,可以按照商业和技术的目标进行合理的组织和安排,这与第一点相关。 - After interpreting a code path a certain number of times, it is compiled into machine code.
在解释代码路径一定次数之后,会把它重新编译成机器码。 - The name of the tool that converts assembly language into true machine code is called an "assembler".
把汇编语言翻译成真实的机器码的工具叫汇编程序。 - Second, these languages are not translated into machine code by hand.
其次,这些语言不用手工地翻译成机器码。 - A written or machine code that represents a single semanteme.
表示单个语义的一种书写码或机器码。 - Compilers and assemblers automatically translate representations all the way down to efficient machine code.
编译器和汇编程序自动地将表示一直向下翻译为有效的机器代码。